From 7c1ed17d7980fbc487f1f9e724a78a317a9741f2 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 20 Jun 2008 11:05:37 +0000 Subject: [PATCH] Seal priv pointer in GtkRecentAction. svn path=/trunk/; revision=20575 --- gtk/gtkrecentaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkrecentaction.h b/gtk/gtkrecentaction.h index 4e6a35c74e..96d5ca6a19 100644 --- a/gtk/gtkrecentaction.h +++ b/gtk/gtkrecentaction.h @@ -47,7 +47,7 @@ struct _GtkRecentAction GtkAction parent_instance; /*< private >*/ - GtkRecentActionPrivate *priv; + GtkRecentActionPrivate *GSEAL (priv); }; struct _GtkRecentActionClass -- 2.30.2